home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / pcwmultiboot / pcwMultiboot.exe / BootCD / MyBootCD / boot / bcds / bcds.cs < prev    next >
Text File  |  2007-04-29  |  18KB  |  562 lines

  1. goto graphics_menu
  2.  
  3. item_01_go:
  4. bcdw SetTextVideoMode
  5. show console
  6. print "Microsoft Windows XP Setup...\n"
  7. bcdw boot \I386\setupldr.bin
  8. goto ixx_go_err
  9.  
  10. item_02_go:
  11. bcdw SetTextVideoMode
  12. show console
  13. print "Offline NT Password & Registry Editor...\n"
  14. bcdw boot \images\BD050303.IMG
  15. goto ixx_go_err
  16.  
  17. item_03_go:
  18. bcdw SetTextVideoMode
  19. show console
  20. print "Windows 98 Setup...\n"
  21. bcdw boot \images\setup98.img
  22. goto ixx_go_err
  23.  
  24. item_04_go:
  25. bcdw SetTextVideoMode
  26. show console
  27. print "Spoustim BartPE...\n"
  28. bcdw boot \WNPE\setupldr.bin
  29. goto ixx_go_err
  30.  
  31. item_05_go:
  32. bcdw SetTextVideoMode
  33. show console
  34. print "FreeDos...\n"
  35. bcdw boot \images\FREEDOS.IMG
  36. goto ixx_go_err
  37.  
  38. item_06_go:
  39. bcdw SetTextVideoMode
  40. show console
  41. print "Konzola pro zotaveni Windows XP ...\n"
  42. bcdw boot \CMDC\setupldr.bin
  43. goto ixx_go_err
  44.  
  45. item_07_go:
  46. bcdw SetTextVideoMode
  47. show console
  48. print "Debian Setup...\n"
  49. bcdw boot \images\MEMTEST.IMG
  50. goto ixx_go_err
  51.  
  52. item_08_go:
  53. bcdw SetTextVideoMode
  54. show console
  55. print "Spoustim Knoppix...\n"
  56. bcdw boot \boot\isolinux\isolinux.bin
  57. goto ixx_go_err
  58.  
  59. item_09_go:
  60. bcdw SetTextVideoMode
  61. show console
  62. print "Spoustim Memtest...\n"
  63. bcdw boot \images\MEMTEST.ISO
  64. goto ixx_go_err
  65.  
  66. item_10_go:
  67. bcdw SetTextVideoMode
  68. show console
  69. print "xxxx...\n"
  70. bcdw boot \acronis\xxxx.iso
  71. goto ixx_go_err
  72.  
  73. item_11_go:
  74. bcdw SetTextVideoMode
  75. show console
  76. print "xxxx...\n"
  77. bcdw boot \acronis\xxx.iso
  78. goto ixx_go_err
  79.  
  80. item_12_go:
  81. bcdw SetTextVideoMode
  82. show console
  83. print "xxxx...\n"
  84. bcdw boot \acronis\xxx.iso
  85. goto ixx_go_err
  86.  
  87.  
  88. ixx_go_err:
  89. print "Error. Code: $BCDW_LastError\n"
  90. if $BCDW_LastError != 0x559F; then goto ixx_finish
  91. bcdw CheckForBCDW
  92. if $BCDW_ExitCode == 0; then goto ixx_finish
  93. print "DOS loaded by BCDW2 (bcdw2dos.ima) is needed...\n"
  94.  
  95. ixx_finish:
  96. print "Press any key to return...\n"
  97. bcdw GetKey WaitKey
  98. goto graphics_menu
  99.  
  100.  
  101. graphics_menu:
  102.  
  103. # SVGA modes
  104. bcdw SetGraphicsVideoMode 800 600 32
  105. if $BCDW_ExitCode == 0; then goto g_mode_ok
  106. bcdw SetGraphicsVideoMode 800 600 24
  107. if $BCDW_ExitCode == 0; then goto g_mode_ok
  108. bcdw SetGraphicsVideoMode 800 600 16
  109. if $BCDW_ExitCode == 0; then goto g_mode_ok
  110. bcdw SetGraphicsVideoMode 800 600 15
  111. if $BCDW_ExitCode == 0; then goto g_mode_ok
  112. bcdw SetGraphicsVideoMode 800 600 8
  113. if $BCDW_ExitCode == 0; then goto g_mode_ok
  114.  
  115. # VGA modes
  116. bcdw SetGraphicsVideoMode 800 600 4
  117. if $BCDW_ExitCode == 0; then goto g_mode_ok
  118.  bcdw SetGraphicsVideoMode 800 600 1
  119.  if $BCDW_ExitCode == 0; then goto g_mode_ok
  120.  
  121. # EGA modes
  122. # bcdw SetGraphicsVideoMode 640 320 4
  123. # if $BCDW_ExitCode == 0; then goto g_mode_ok
  124. # bcdw SetGraphicsVideoMode 640 320 1
  125. # if $BCDW_ExitCode == 0; then goto g_mode_ok
  126. # bcdw SetGraphicsVideoMode 640 200 4
  127. # if $BCDW_ExitCode == 0; then goto g_mode_ok
  128. # bcdw SetGraphicsVideoMode 320 200 4
  129. # if $BCDW_ExitCode == 0; then goto g_mode_ok
  130.  
  131. # any graphics mode (1x1 monochrome or better)
  132. bcdw SetGraphicsVideoMode 1 1 1
  133. if $BCDW_ExitCode == 0; then goto g_mode_ok
  134.  
  135. goto ixx_go_err
  136.  
  137. g_mode_ok:
  138.  
  139. bcdw ShowGif desktop.gif 0 0
  140. bcdw ShowGif Logo.gif 200 270 2
  141. #getkey
  142. bcdw ShowGif desktop.gif 0 0 
  143. bcdw ShowGif window.gif 25 25
  144. bcdw ShowGif item_h.gif 40 70
  145. bcdw ShowGif help.gif 70 70
  146. bcdw ShowGif welcome.gif 40 130
  147. bcdw ShowGif choose.gif 60 160
  148.  
  149. bcdw ShowGif Pfeil_n_p.gif 80 220
  150. bcdw ShowGif f1_a.gif 115 220
  151. bcdw ShowGif item_01.gif 155 220
  152.  
  153. bcdw ShowGif Pfeil_n_p.gif 80 250
  154. bcdw ShowGif f2_n_a.gif 115 250
  155. bcdw ShowGif item_02.gif 155 250
  156.  
  157. bcdw ShowGif Pfeil_n_p.gif 80 280
  158. bcdw ShowGif f3_n_a.gif 115 280
  159. bcdw ShowGif item_03.gif 155 280
  160.  
  161. bcdw ShowGif Pfeil_n_p.gif 80 310
  162. bcdw ShowGif f4_n_a.gif 115 310
  163. bcdw ShowGif item_04.gif 155 310
  164.  
  165. bcdw ShowGif Pfeil_n_p.gif 80 340
  166. bcdw ShowGif f5_n_a.gif 115 340
  167. bcdw ShowGif item_05.gif 155 340
  168.  
  169. bcdw ShowGif Pfeil_n_p.gif 80 370
  170. bcdw ShowGif f6_n_a.gif 115 370
  171. bcdw ShowGif item_06.gif 155 370
  172.  
  173. bcdw ShowGif Pfeil_n_p.gif 80 400
  174. bcdw ShowGif f7_n_a.gif 115 400
  175. bcdw ShowGif item_07.gif 155 400
  176.  
  177. bcdw ShowGif Pfeil_n_p.gif 80 430
  178. bcdw ShowGif f8_n_a.gif 115 430
  179. bcdw ShowGif item_08.gif 155 430
  180.  
  181. bcdw ShowGif Pfeil_n_p.gif 80 460
  182. bcdw ShowGif f9_n_a.gif 115 460
  183. bcdw ShowGif item_09.gif 155 460
  184.  
  185. bcdw ShowGif Pfeil_n_p.gif 410 400
  186. bcdw ShowGif f10_n_a.gif 445 400
  187. bcdw ShowGif item_10.gif 490 400
  188.  
  189. bcdw ShowGif Pfeil_n_p.gif 410 430
  190. bcdw ShowGif f11_n_a.gif 445 430
  191. bcdw ShowGif item_11.gif 490 430
  192.  
  193. bcdw ShowGif Pfeil_n_p.gif 410 460
  194. bcdw ShowGif f12_n_a.gif 445 460
  195. bcdw ShowGif item_12.gif 490 460
  196.  
  197. bcdw ShowGif item_x_n_a.gif 40 550
  198. bcdw ShowGif altf4.gif 80 550
  199.  
  200. bcdw ShowGif item_x_n_a.gif 310 550
  201.  
  202. # 30 seconds timeout
  203. bcdw ShowGif esc.gif 350 550 30
  204. if $BCDW_ExitCode == 0; then goto hdd_boot
  205. goto timeout
  206.  
  207. item_01_active:
  208.  
  209. timeout:
  210. bcdw ShowGif item_x_n_a.gif 310 550
  211. bcdw ShowGif f1_a.gif 115 220
  212. bcdw ShowGif f2_n_a.gif 115 250
  213. getkey
  214.  
  215. if $lastKey == key[enter]; then goto item_01_go
  216. if $lastKey == key[up]; then goto item_esc_active
  217. if $lastKey == key[down]; then goto item_02_active
  218. if $lastKey == key[f1]; then goto item_01_go
  219. if $lastKey == key[f2]; then goto item_02_go
  220. if $lastKey == key[f3]; then goto item_03_go
  221. if $lastKey == key[f4]; then goto item_04_go
  222. if $lastKey == key[f5]; then goto item_05_go
  223. if $lastKey == key[f6]; then goto item_06_go
  224. if $lastKey == key[f7]; then goto item_07_go
  225. if $lastKey == key[f8]; then goto item_08_go
  226. if $lastKey == key[f9]; then goto item_09_go
  227. if $lastKey == key[f10]; then goto item_10_go
  228. if $lastKey == key[f11]; then goto item_11_go
  229. if $lastKey == key[f12]; then goto item_12_go
  230. if $lastKey == key[af4]; then goto quit
  231. if $lastKey == key[esc]; then goto hdd_boot
  232. goto item_01_active
  233.  
  234. item_02_active:
  235. #bcdw ShowGif item_n_a.gif 80 250 0
  236. bcdw ShowGif f1_n_a.gif 115 220
  237. bcdw ShowGif f2_a.gif 115 250
  238. bcdw ShowGif f3_n_a.gif 115 280
  239. getkey
  240. #bcdw ShowGif Pfeil_n_p.gif 80 250 0
  241.  
  242. if $lastKey == key[enter]; then goto item_02_go
  243. if $lastKey == key[up]; then goto item_01_active
  244. if $lastKey == key[down]; then goto item_03_active
  245. if $lastKey == key[f1]; then goto item_01_go
  246. if $lastKey == key[f2]; then goto item_02_go
  247. if $lastKey == key[f3]; then goto item_03_go
  248. if $lastKey == key[f4]; then goto item_04_go
  249. if $lastKey == key[f5]; then goto item_05_go
  250. if $lastKey == key[f6]; then goto item_06_go
  251. if $lastKey == key[f7]; then goto item_07_go
  252. if $lastKey == key[f8]; then goto item_08_go
  253. if $lastKey == key[f9]; then goto item_09_go
  254. if $lastKey == key[f10]; then goto item_10_go
  255. if $lastKey == key[f11]; then goto item_11_go
  256. if $lastKey == key[f12]; then goto item_12_go
  257. if $lastKey == key[af4]; then goto quit
  258. if $lastKey == key[esc]; then goto hdd_boot
  259. goto item_02_active
  260.  
  261. item_03_active:
  262. #bcdw ShowGif item_n_a.gif 80 280 0
  263. bcdw ShowGif f2_n_a.gif 115 250
  264. bcdw ShowGif f3_a.gif 115 280
  265. bcdw ShowGif f4_n_a.gif 115 310
  266. getkey
  267. #bcdw ShowGif Pfeil_n_p.gif 80 280 0
  268.  
  269. if $lastKey == key[up]; then goto item_02_active
  270. if $lastKey == key[enter]; then goto item_03_go
  271. if $lastKey == key[down]; then goto item_04_active
  272. if $lastKey == key[f1]; then goto item_01_go
  273. if $lastKey == key[f2]; then goto item_02_go
  274. if $lastKey == key[f3]; then goto item_03_go
  275. if $lastKey == key[f4]; then goto item_04_go
  276. if $lastKey == key[f5]; then goto item_05_go
  277. if $lastKey == key[f6]; then goto item_06_go
  278. if $lastKey == key[f7]; then goto item_07_go
  279. if $lastKey == key[f8]; then goto item_08_go
  280. if $lastKey == key[f9]; then goto item_09_go
  281. if $lastKey == key[f10]; then goto item_10_go
  282. if $lastKey == key[f11]; then goto item_11_go
  283. if $lastKey == key[f12]; then goto item_12_go
  284. if $lastKey == key[af4]; then goto quit
  285. if $lastKey == key[esc]; then goto hdd_boot
  286. goto item_03_active
  287.  
  288. item_04_active:
  289. #bcdw ShowGif item_n_a.gif 80 310 0
  290. bcdw ShowGif f3_n_a.gif 115 280
  291. bcdw ShowGif f4_a.gif 115 310
  292. bcdw ShowGif f5_n_a.gif 115 340
  293.  
  294. getkey
  295. #bcdw ShowGif Pfeil_n_p.gif 80 310 0
  296. if $lastKey == key[up]; then goto item_03_active
  297. if $lastKey == key[enter]; then goto item_04_go
  298. if $lastKey == key[down]; then goto item_05_active
  299. if $lastKey == key[f1]; then goto item_01_go
  300. if $lastKey == key[f2]; then goto item_02_go
  301. if $lastKey == key[f3]; then goto item_03_go
  302. if $lastKey == key[f4]; then goto item_04_go
  303. if $lastKey == key[f5]; then goto item_05_go
  304. if $lastKey == key[f6]; then goto item_06_go
  305. if $lastKey == key[f7]; then goto item_07_go
  306. if $lastKey == key[f8]; then goto item_08_go
  307. if $lastKey == key[f9]; then goto item_09_go
  308. if $lastKey == key[f10]; then goto item_10_go
  309. if $lastKey == key[f11]; then goto item_11_go
  310. if $lastKey == key[f12]; then goto item_12_go
  311. if $lastKey == key[af4]; then goto quit
  312. if $lastKey == key[esc]; then goto hdd_boot
  313. goto item_04_active
  314.  
  315. item_05_active:
  316. bcdw ShowGif f4_n_a.gif 115 310
  317. bcdw ShowGif f5_a.gif 115 340
  318. bcdw ShowGif f6_n_a.gif 115 370
  319.  
  320. getkey
  321. if $lastKey == key[up]; then goto item_04_active
  322. if $lastKey == key[enter]; then goto item_05_go
  323. if $lastKey == key[down]; then goto item_06_active
  324. if $lastKey == key[f1]; then goto item_01_go
  325. if $lastKey == key[f2]; then goto item_02_go
  326. if $lastKey == key[f3]; then goto item_03_go
  327. if $lastKey == key[f4]; then goto item_04_go
  328. if $lastKey == key[f5]; then goto item_05_go
  329. if $lastKey == key[f6]; then goto item_06_go
  330. if $lastKey == key[f7]; then goto item_07_go
  331. if $lastKey == key[f8]; then goto item_08_go
  332. if $lastKey == key[f9]; then goto item_09_go
  333. if $lastKey == key[f10]; then goto item_10_go
  334. if $lastKey == key[f11]; then goto item_11_go
  335. if $lastKey == key[f12]; then goto item_12_go
  336. if $lastKey == key[af4]; then goto quit
  337. if $lastKey == key[esc]; then goto hdd_boot
  338. goto item_05_active
  339.  
  340. item_06_active:
  341. bcdw ShowGif f5_n_a.gif 115 340
  342. bcdw ShowGif f6_a.gif 115 370
  343. bcdw ShowGif f7_n_a.gif 115 400
  344. getkey
  345. if $lastKey == key[up]; then goto item_05_active
  346. if $lastKey == key[enter]; then goto item_06_go
  347. if $lastKey == key[down]; then goto item_07_active
  348. if $lastKey == key[f1]; then goto item_01_go
  349. if $lastKey == key[f2]; then goto item_02_go
  350. if $lastKey == key[f3]; then goto item_03_go
  351. if $lastKey == key[f4]; then goto item_04_go
  352. if $lastKey == key[f5]; then goto item_05_go
  353. if $lastKey == key[f6]; then goto item_06_go
  354. if $lastKey == key[f7]; then goto item_07_go
  355. if $lastKey == key[f8]; then goto item_08_go
  356. if $lastKey == key[f9]; then goto item_09_go
  357. if $lastKey == key[f10]; then goto item_10_go
  358. if $lastKey == key[f11]; then goto item_11_go
  359. if $lastKey == key[f12]; then goto item_12_go
  360. if $lastKey == key[af4]; then goto quit
  361. if $lastKey == key[esc]; then goto hdd_boot
  362. goto item_06_active
  363.  
  364. item_07_active:
  365. bcdw ShowGif f6_n_a.gif 115 370
  366. bcdw ShowGif f7_a.gif 115 400
  367. bcdw ShowGif f8_n_a.gif 115 430
  368. getkey
  369. if $lastKey == key[up]; then goto item_06_active
  370. if $lastKey == key[enter]; then goto item_07_go
  371. if $lastKey == key[down]; then goto item_08_active
  372. if $lastKey == key[f1]; then goto item_01_go
  373. if $lastKey == key[f2]; then goto item_02_go
  374. if $lastKey == key[f3]; then goto item_03_go
  375. if $lastKey == key[f4]; then goto item_04_go
  376. if $lastKey == key[f5]; then goto item_05_go
  377. if $lastKey == key[f6]; then goto item_06_go
  378. if $lastKey == key[f7]; then goto item_07_go
  379. if $lastKey == key[f8]; then goto item_08_go
  380. if $lastKey == key[f9]; then goto item_09_go
  381. if $lastKey == key[f10]; then goto item_10_go
  382. if $lastKey == key[f11]; then goto item_11_go
  383. if $lastKey == key[f12]; then goto item_12_go
  384. if $lastKey == key[af4]; then goto quit
  385. if $lastKey == key[esc]; then goto hdd_boot
  386. goto item_07_active
  387.  
  388. item_08_active:
  389. bcdw ShowGif f7_n_a.gif 115 400
  390. bcdw ShowGif f8_a.gif 115 430
  391. bcdw ShowGif f9_n_a.gif 115 460
  392. getkey
  393. if $lastKey == key[up]; then goto item_07_active
  394. if $lastKey == key[enter]; then goto item_08_go
  395. if $lastKey == key[down]; then goto item_09_active
  396. if $lastKey == key[f1]; then goto item_01_go
  397. if $lastKey == key[f2]; then goto item_02_go
  398. if $lastKey == key[f3]; then goto item_03_go
  399. if $lastKey == key[f4]; then goto item_04_go
  400. if $lastKey == key[f5]; then goto item_05_go
  401. if $lastKey == key[f6]; then goto item_06_go
  402. if $lastKey == key[f7]; then goto item_07_go
  403. if $lastKey == key[f8]; then goto item_08_go
  404. if $lastKey == key[f9]; then goto item_09_go
  405. if $lastKey == key[f10]; then goto item_10_go
  406. if $lastKey == key[f11]; then goto item_11_go
  407. if $lastKey == key[f12]; then goto item_12_go
  408. if $lastKey == key[af4]; then goto quit
  409. if $lastKey == key[esc]; then goto hdd_boot
  410. goto item_08_active
  411.  
  412. item_09_active:
  413. bcdw ShowGif f8_n_a.gif 115 430
  414. bcdw ShowGif f9_a.gif 115 460
  415. bcdw ShowGif f10_n_a.gif 445 400
  416. getkey
  417. if $lastKey == key[up]; then goto item_08_active
  418. if $lastKey == key[enter]; then goto item_09_go
  419. if $lastKey == key[down]; then goto item_10_active
  420. if $lastKey == key[f1]; then goto item_01_go
  421. if $lastKey == key[f2]; then goto item_02_go
  422. if $lastKey == key[f3]; then goto item_03_go
  423. if $lastKey == key[f4]; then goto item_04_go
  424. if $lastKey == key[f5]; then goto item_05_go
  425. if $lastKey == key[f6]; then goto item_06_go
  426. if $lastKey == key[f7]; then goto item_07_go
  427. if $lastKey == key[f8]; then goto item_08_go
  428. if $lastKey == key[f9]; then goto item_09_go
  429. if $lastKey == key[f10]; then goto item_10_go
  430. if $lastKey == key[f11]; then goto item_11_go
  431. if $lastKey == key[f12]; then goto item_12_go
  432. if $lastKey == key[af4]; then goto quit
  433. if $lastKey == key[esc]; then goto hdd_boot
  434. goto item_09_active
  435.  
  436. item_10_active:
  437. bcdw ShowGif f9_n_a.gif 115 460
  438. bcdw ShowGif f10_a.gif 445 400
  439. bcdw ShowGif f11_n_a.gif 445 430
  440.  
  441. getkey
  442. bcdw ShowGif Pfeil_n_p.gif 410 400
  443. if $lastKey == key[up]; then goto item_09_active
  444. if $lastKey == key[enter]; then goto item_10_go
  445. if $lastKey == key[down]; then goto item_11_active
  446. if $lastKey == key[f1]; then goto item_01_go
  447. if $lastKey == key[f2]; then goto item_02_go
  448. if $lastKey == key[f3]; then goto item_03_go
  449. if $lastKey == key[f4]; then goto item_04_go
  450. if $lastKey == key[f5]; then goto item_05_go
  451. if $lastKey == key[f6]; then goto item_06_go
  452. if $lastKey == key[f7]; then goto item_07_go
  453. if $lastKey == key[f8]; then goto item_08_go
  454. if $lastKey == key[f9]; then goto item_09_go
  455. if $lastKey == key[f10]; then goto item_10_go
  456. if $lastKey == key[f11]; then goto item_11_go
  457. if $lastKey == key[f12]; then goto item_12_go
  458. if $lastKey == key[af4]; then goto quit
  459. if $lastKey == key[esc]; then goto hdd_boot
  460. goto item_10_active
  461.  
  462. item_11_active:
  463. bcdw ShowGif f10_n_a.gif 445 400
  464. bcdw ShowGif f11_a.gif 445 430
  465. bcdw ShowGif f12_n_a.gif 445 460
  466. getkey
  467. if $lastKey == key[up]; then goto item_10_active
  468. if $lastKey == key[enter]; then goto item_11_go
  469. if $lastKey == key[down]; then goto item_12_active
  470. if $lastKey == key[f1]; then goto item_01_go
  471. if $lastKey == key[f2]; then goto item_02_go
  472. if $lastKey == key[f3]; then goto item_03_go
  473. if $lastKey == key[f4]; then goto item_04_go
  474. if $lastKey == key[f5]; then goto item_05_go
  475. if $lastKey == key[f6]; then goto item_06_go
  476. if $lastKey == key[f7]; then goto item_07_go
  477. if $lastKey == key[f8]; then goto item_08_go
  478. if $lastKey == key[f9]; then goto item_09_go
  479. if $lastKey == key[f10]; then goto item_10_go
  480. if $lastKey == key[f11]; then goto item_11_go
  481. if $lastKey == key[f12]; then goto item_12_go
  482. if $lastKey == key[af4]; then goto quit
  483. if $lastKey == key[esc]; then goto hdd_boot
  484. goto item_11_active
  485.  
  486. item_12_active:
  487. bcdw ShowGif f11_n_a.gif 445 430
  488. bcdw ShowGif f12_a.gif 445 460
  489. bcdw ShowGif item_x_n_a.gif 40 550
  490. getkey
  491. if $lastKey == key[up]; then goto item_11_active
  492. if $lastKey == key[enter]; then goto item_12_go
  493. if $lastKey == key[down]; then goto item_altf4_active
  494. if $lastKey == key[f1]; then goto item_01_go
  495. if $lastKey == key[f2]; then goto item_02_go
  496. if $lastKey == key[f3]; then goto item_03_go
  497. if $lastKey == key[f4]; then goto item_04_go
  498. if $lastKey == key[f5]; then goto item_05_go
  499. if $lastKey == key[f6]; then goto item_06_go
  500. if $lastKey == key[f7]; then goto item_07_go
  501. if $lastKey == key[f8]; then goto item_08_go
  502. if $lastKey == key[f9]; then goto item_09_go
  503. if $lastKey == key[f10]; then goto item_10_go
  504. if $lastKey == key[f11]; then goto item_11_go
  505. if $lastKey == key[f12]; then goto item_12_go
  506. if $lastKey == key[af4]; then goto quit
  507. if $lastKey == key[esc]; then goto hdd_boot
  508. goto item_12_active
  509.  
  510. item_altf4_active:
  511. bcdw ShowGif f12_n_a.gif 445 460
  512. bcdw ShowGif item_x_a.gif 40 550
  513. bcdw ShowGif item_x_n_a.gif 310 550
  514. getkey
  515. if $lastKey == key[up]; then goto item_12_active
  516. if $lastKey == key[enter]; then goto quit
  517. if $lastKey == key[down]; then goto item_esc_active
  518. if $lastKey == key[f1]; then goto item_01_go
  519. if $lastKey == key[f2]; then goto item_02_go
  520. if $lastKey == key[f3]; then goto item_03_go
  521. if $lastKey == key[f4]; then goto item_04_go
  522. if $lastKey == key[f5]; then goto item_05_go
  523. if $lastKey == key[f6]; then goto item_06_go
  524. if $lastKey == key[f7]; then goto item_07_go
  525. if $lastKey == key[f8]; then goto item_08_go
  526. if $lastKey == key[f9]; then goto item_09_go
  527. if $lastKey == key[f10]; then goto item_10_go
  528. if $lastKey == key[f11]; then goto item_11_go
  529. if $lastKey == key[f12]; then goto item_12_go
  530. if $lastKey == key[af4]; then goto quit
  531. if $lastKey == key[esc]; then goto hdd_boot
  532. goto item_altf4_active
  533.  
  534. item_esc_active:
  535. bcdw ShowGif f1_n_a.gif 115 220
  536. bcdw ShowGif item_x_a.gif 310 550
  537. bcdw ShowGif item_x_n_a.gif 40 550
  538. getkey
  539. if $lastKey == key[up]; then goto item_altf4_active
  540. if $lastKey == key[enter]; then goto hdd_boot
  541. if $lastKey == key[down]; then goto item_01_active
  542. if $lastKey == key[f1]; then goto item_01_go
  543. if $lastKey == key[f2]; then goto item_02_go
  544. if $lastKey == key[f3]; then goto item_03_go
  545. if $lastKey == key[f4]; then goto item_04_go
  546. if $lastKey == key[f5]; then goto item_05_go
  547. if $lastKey == key[f6]; then goto item_06_go
  548. if $lastKey == key[f7]; then goto item_07_go
  549. if $lastKey == key[f8]; then goto item_08_go
  550. if $lastKey == key[f9]; then goto item_09_go
  551. if $lastKey == key[f10]; then goto item_10_go
  552. if $lastKey == key[f11]; then goto item_11_go
  553. if $lastKey == key[f12]; then goto item_12_go
  554. if $lastKey == key[af4]; then goto quit
  555. if $lastKey == key[esc]; then goto hdd_boot
  556. goto item_esc_active
  557.  
  558. hdd_boot:
  559. bcdw boot C:\
  560.  
  561. quit:
  562. reboot cold